home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000025_news@columbia.edu _Wed Oct 16 05:34:05 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id FAA27816 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Oct 1996 05:34:04 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id FAA02453 for kermit.misc@watsun; Wed, 16 Oct 1996 05:34:03 -0400 (EDT)
  4. Path: news.columbia.edu!panix!newsfeed.internetmci.com!feed1.news.erols.com!howland.erols.net!news3.cac.psu.edu!news.cse.psu.edu!news.cc.swarthmore.edu!netnews.upenn.edu!news.voicenet.com!omni2!cmosley
  5. From: cmosley@voicenet.com (Christopher Mosley)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Another, another suggestion ...
  8. Date: 16 Oct 1996 01:28:53 GMT
  9. Organization: Voicenet - Internet Access - (215)674-9290
  10. Lines: 14
  11. Message-ID: <541dol$bvq@news1.voicenet.com>
  12. References: <52ah96$jvo@gnews2.voicenet.com> <53llac$2c2@gaia.ns.utk.edu> <1996Oct14.204119.87221@cc.usu.edu>
  13. NNTP-Posting-Host: omni2.voicenet.com
  14. X-Newsreader: TIN [version 1.2 PL2]
  15.  
  16. That's
  17. 1. unzip bot
  18. 2. set term Tek4010 enabled      # kermit graphics mode auto entry 
  19. 3. set term graphics vga         # for proper H x W ratio  
  20. 4. cat bot                       # or type bot 
  21. 5. alt- -                        # to return to text mode
  22.  
  23. 6. to stop image from disappearing remove chars at the end of the 
  24.    sixel file upto but not including last ^[ . The file should end
  25.    like this    !329?B@B@@!241?$#3>!575?-^[ 
  26.  
  27.  
  28.  
  29.